pow
Raises this big_integer to the power of the given exponent. Can be used in a database at-expression.
The exponent cannot be negative.
Error on overflow, if the result is out of integer or big_integer range.
If the exponent is 0, the result is always 1; if the exponent is 1, the result is the original value.
Since
0.13.6
Parameters
exponent
The exponent.